home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 55375 / 55375.xpi / chrome / chromeFiles / content / btOverlayHelpMac.xul < prev    next >
Extensible Markup Language  |  2009-11-15  |  575b  |  15 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE btClient SYSTEM "../locale/btClient.dtd">
  3. <overlay
  4.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5.  
  6.     <menupopup id="menu_HelpPopup">
  7.  
  8.     <menuseparator id="bt-helpmenu-separator"/>
  9.     <menuitem label="&bt-helpmenu.label;"
  10.               id="bt-help"
  11.               oncommand="BrandThunder.clients.&btClient;.utilities.openLink(BrandThunder.clients.&btClient;, event, 'http://getsatisfaction.com/brandthunder');"
  12.               onclick="checkForMiddleClick(this, event);"/>
  13.   </menupopup> 
  14. </overlay>
  15.